xen/dts: Allow only IRQ translation that are mapped to main GIC
authorJulien Grall <julien.grall@linaro.org>
Wed, 1 Apr 2015 16:21:35 +0000 (17:21 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 2 Apr 2015 09:42:34 +0000 (10:42 +0100)
commitfda2386ffc639db7a529429dcdf05348aa8b14e0
tree91e3a4332e0a7db629603c03dd565c08b2652e07
parentae2a9d274fbada625442adcd6b79f953561e94dc
xen/dts: Allow only IRQ translation that are mapped to main GIC

Xen is only able to handle one GIC controller. Some platforms may contain
other interrupt controllers.

Make sure to only translate IRQ mapped into the GIC handled by Xen.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/device_tree.c